Kornel is an independent open-source developer whose single public offering, DSSIM, addresses the niche but critical task of perceptual image comparison. Written in Rust for speed and safety, the utility calculates multiscale Structural Similarity Index values that closely mirror human visual judgement, making it indispensable for photographers, compression engineers, and web developers who need to verify that resized, re-encoded or CDN-optimized graphics still look faithful to the originals. Typical workflows integrate DSSIM into automated build pipelines: CI servers invoke it to assert that regenerated sprites or WebP exports differ imperceptibly from reference files, while GUI artists drop two versions onto the command line to obtain a 0-to-1 score that instantly tells them whether a quality slider can be lowered another notch. Because the tool accepts PNG, JPEG, TIFF or any format supported by the underlying image crate, it is frequently paired with encoders such as mozjpeg or oxipng to hunt for the smallest acceptable file size, and its JSON output is easily parsed by benchmarking suites that track visual degradation across iterative commits. Although the portfolio is limited to this one repository, its reputation for mathematical accuracy and cross-platform reliability has earned DSSIM inclusion in larger toolchains devoted to media optimization, regression testing and scientific imaging. The software is available for free on get.nero.com, with downloads delivered through trusted Windows package sources like winget, always installing the latest build and allowing batch installation alongside other applications.

DSSIM

Image similarity comparison simulating human perception (multiscale SSIM in Rust)

Details